ICamCommand Interface

Represents a cam move.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.ICamCommand

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface ICamCommand : IKsCommand
Public Interface ICamCommand Inherits IKsCommand

 

The ICamCommand interface exposes the following members.

Properties

  Name Description
BufferMode Defines how to blend the velocity of two methods.
Master The reference to the master axis.
MasterOffset The offset to the positions of the master axis in the cam table.
MasterScaling The factor for the master profile (default = 1.0). From the slave point of view the overall master profile is multiplied by this factor.
MasterValueSource Defines the source for synchronization.
Permanent Checks whether the cam state is preserved after the motor is disabled.
SlaveOffset The offset to the positions of the slave axis in the cam table.
SlaveScaling The factor for the slave profile (default = 1.0). The overall slave profile is multiplied by this factor.
StartMode The cam mode your axes use.
StartParameter Depends on the start ramp you choose. If it is camRampDistance, the start parameter is distance. The unit is user unit. If it is camRampTime, the start parameter is time. The unit is second.
Table The definition of the cam table.

See also

IntervalZero.KINGSTAR.Base.Class Namespace